Click or drag to resize

Resource Constructor (String)

Initializes a new instance of the Resource class specified by address.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public Resource(
	string address
)

Parameters

address
Type: SystemString
The URI that identifies the resource.
See Also